home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part1 / 6792 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.2 KB

  1. Path: hermes.louisville.edu!news
  2. From: adreco01@homer.louisville.edu
  3. Newsgroups: comp.lang.c
  4. Subject: Re: Parsing library for PC, C or C++, LEX for PC
  5. Date: Sat, 10 Feb 1996 08:38:53 GMT
  6. Organization: University of Louisville, Louisville KY USA
  7. Message-ID: <4fugvh$m2f@hermes.louisville.edu>
  8. References: <4ftdim$3fa@utopia.hacktic.nl>
  9. NNTP-Posting-Host: adrecoz1.remote.louisville.edu
  10. X-Newsreader: Forte Free Agent 1.0.82
  11.  
  12. Mike Tavares <MIKET@cdynamics.com> wrote:
  13.  
  14. >I am writing a program that will read in a formatted file and place the 
  15. >information into a data structure.  The file will be a keyed and 
  16. >structured text file.  I need a parsing library or program for C or C++.  
  17. >I'm looking for something like the LEX utility for UNIX but for the PC.  
  18. >Of course my preference is for shareware (freeware) but a low cost 
  19. >alternative would also be helpful.
  20.  
  21. I saw this on the moderated c prog. lang group....
  22.                 
  23.                 Andy
  24.  
  25. " When you build a DLL using MS Visual C/C++, a number of
  26. standard library functions are not permitted - including the printf
  27. and scanf family.  Thus, when developing Windows tools it is unwise
  28. to rely on these functions - you might want to include the tools in
  29. a DLL".
  30.  
  31.  
  32.  
  33.